We no longer match subtypes, so remove the test for it.
css-match-siblings.css \
css-match-siblings.ref.ui \
css-match-siblings.ui \
- css-match-subtype.css \
- css-match-subtype.ref.ui \
- css-match-subtype.ui \
css-match-type.css \
css-match-type.ref.ui \
css-match-type.ui \
+++ /dev/null
-@import url("reset-to-defaults.css");
-
-GtkContainer {
- engine: none;
- background-image: none;
- background-color: lime;
- border-radius: 0;
- border-style: none;
-}
-
-NotGtkContainer {
- background-color: red;
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<interface>
- <!-- interface-requires gtk+ 3.0 -->
- <object class="GtkWindow" id="window1">
- <property name="can_focus">False</property>
- <property name="type">popup</property>
- <child>
- <object class="GtkImage" id="image1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="pixbuf">green-20x20.png</property>
- </object>
- </child>
- </object>
-</interface>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<interface>
- <!-- interface-requires gtk+ 3.0 -->
- <object class="GtkWindow" id="window1">
- <property name="width_request">20</property>
- <property name="height_request">20</property>
- <property name="can_focus">False</property>
- <property name="type">popup</property>
- <property name="name">window</property>
- <style>
- <class name="window" />
- </style>
- </object>
-</interface>